home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00244.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  217 b   |  8 lines

  1. on exitFrame
  2.   repeat with xxx = 7 to 14
  3.     set strang to the name of cast the castNum of sprite xxx
  4.     set the castNum of sprite xxx to the number of cast (word 1 of strang & " q")
  5.   end repeat
  6.   updateStage()
  7. end
  8.